OpenRoads Designer CONNECT Edition SDK Help

DTMLinearFeatureGetElements Method

Gets the elements of the feature.

Definition

Namespace: Bentley.CifNET.TerrainModel Assembly: Bentley.CifNET.TerrainModel.4.0 (in Bentley.CifNET.TerrainModel.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  LinearElement[]DTMLinearFeatureGetElements(this DTMLinearFeature drapedElement)

Parameters

SettingDescription
  DTMLinearFeature  

Return Value

LinearElement[]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type DTMLinearFeature. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also